From: LLVM Packaging Team Date: Fri, 27 Dec 2024 11:43:35 +0000 (+0100) Subject: bolt-disable-emit-relocs X-Git-Tag: archive/raspbian/1%18.1.8-17+rpi1^2^2^2~17 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=2d2985322eb86e859af440b610c1b72a5bcfff75;p=llvm-toolchain-18.git bolt-disable-emit-relocs =================================================================== Gbp-Pq: Name bolt-disable-emit-relocs.patch --- diff --git a/bolt/tools/merge-fdata/CMakeLists.txt b/bolt/tools/merge-fdata/CMakeLists.txt index f6a87a2268..f31b99058e 100644 --- a/bolt/tools/merge-fdata/CMakeLists.txt +++ b/bolt/tools/merge-fdata/CMakeLists.txt @@ -12,6 +12,6 @@ add_bolt_tool(merge-fdata add_dependencies(bolt merge-fdata) # Emit relocations for BOLT meta test (bolt/test/runtime/meta-merge-fdata.test) -if (BOLT_INCLUDE_TESTS AND UNIX AND NOT APPLE) - target_link_options(merge-fdata PRIVATE LINKER:--emit-relocs) -endif() +# if (BOLT_INCLUDE_TESTS AND UNIX AND NOT APPLE) +# target_link_options(merge-fdata PRIVATE LINKER:--emit-relocs) +# endif()